home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000224_fdc@columbia.edu_Fri Dec 30 11:58:47 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: C-Kermit and Long Files
  5. Date: 29 Dec 2005 23:49:34 GMT
  6. Organization: Columbia University
  7. Lines: 14
  8. Message-ID: <slrndr8tge.bn2.fdc@sesame.cc.columbia.edu>
  9. Reply-To: fdc@columbia.edu
  10. NNTP-Posting-Host: sesame.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1135900174 20623 128.59.59.56 (29 Dec 2005 23:49:34 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 29 Dec 2005 23:49:34 GMT
  14. User-Agent: slrn/0.9.8.0 (SunOS)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15471
  16.  
  17. I just uploaded a test version of C-Kermit that incorporates the
  18. Single Unix Specification V2 Large File Support (LFS) API, which is used
  19. to access, manage, and transfer files bigger than 2MB (i.e. those whose
  20. lengths take between 32 to 63 bits to represent).  I've tested it in Linux,
  21. Solaris, and Mac OS X.  This version also uses the 64-bit signed integer
  22. data type for arithmetic in algebraic expressions and S-Expressions.
  23.  
  24. It should be "trivial" to enable LFS support for any other platform that
  25. supports, such as AIX (which I no longer have access to).  For the code
  26. and instructions, see:
  27.  
  28.   http://www.columbia.edu/kermit/ckdaily.html
  29.  
  30. - Frank